Opc.Ua.Core
Int64Collection Constructor(IEnumerable<Int64>)



Opc.Ua Namespace > Int64Collection Class > Int64Collection Constructor : Int64Collection Constructor(IEnumerable<Int64>)
A colleciton of System.Int64 to pre-populate the collection with
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Long) _
)
'Usage
 
Dim collection As IEnumerable(Of Long)
 
Dim instance As New Int64Collection(collection)
public Int64Collection( 
   IEnumerable<long> collection
)
public:
Int64Collection( 
   IEnumerable<int64>^ collection
)

Parameters

collection
A colleciton of System.Int64 to pre-populate the collection with
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Int64Collection Class
Int64Collection Members
Overload List